Upcase

Syntax: @Upcase variable

The Upcase command converts the supplied variable to upper case. The variable parameter can be a string array, list attribute or string variable.

Example

@Assign str[1] = 'hello'

@Upcase str[1]

str[1] would be converted to 'HELLO'